home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / var / lib / dpkg / info / cpio.postinst < prev    next >
Encoding:
Text File  |  2010-04-29  |  194 b   |  8 lines

  1. #!/bin/sh -e
  2.  
  3. if [ "$1" = configure ]; then
  4.     update-alternatives --install /bin/mt mt /bin/mt-gnu 10 \
  5.       --slave \
  6.     /usr/share/man/man1/mt.1.gz mt.1.gz /usr/share/man/man1/mt-gnu.1.gz
  7. fi
  8.